home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Answers 1998 January
/
PC Answers Issue 49 Cover CD January 1998.iso
/
Apps
/
Director
/
DATA.Z
/
Scriptable Authoring.dir
/
Scripts_14_Navigation Window Handlers.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-05-10
|
392 b
|
17 lines
global gNavScriptAuthorWindow
on GoMenu
PuppetCostumes(0)
PuppetFloatAndBand(0)
PuppetScoreCreate(0)
go("Menu")
end
on SetMIAWText sectionName
set statusString to the text of member string(sectionName && "status")
set commentString to the text of member string(sectionName && "comments")
tell gNavScriptAuthorWindow
DisplayText(statusString, commentString)
end tell
end